module Base
{


	item BPants
    {
        Type = Clothing,
        DisplayName = Military Camo Pants Bloused,
        ClothingItem = BPants,
        BodyLocation = Pants,
        Icon = TrousersCamoGreen,
        BloodLocation = Trousers,
        BiteDefense = 10,
        ScratchDefense = 20,
        Insulation = 0.45,
        WindResistance = 0.3,
        WaterResistance = 0.45,
        FabricType = Cotton,
    }

 	item BPantsDesert
    {
        Type = Clothing,
        DisplayName = Military Desert Camo Pants Bloused,
        ClothingItem = BPantsDesert,
        BodyLocation = Pants,
        Icon = TrousersCamoSand,
        BloodLocation = Trousers,
        BiteDefense = 10,
        ScratchDefense = 20,
        Insulation = 0.3,
        WindResistance = 0.1,
        FabricType = Cotton,
    }
    
    	item BPantsUrban
    {
        Type = Clothing,
        DisplayName = Military Urban Camo Pants Bloused,
        ClothingItem = BPantsUrban,
        BodyLocation = Pants,
        Icon = TrousersCamoGrey,
        BloodLocation = Trousers,
        BiteDefense = 10,
        ScratchDefense = 20,
        Insulation = 0.60,
        WindResistance = 0.30,
        WaterResistance = 0.35,
        FabricType = Cotton,
    }
}